ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ObjectEqualityComparer<T> Class / _equalsWith Method

In This Topic
    _equalsWith Method (_ObjectEqualityComparer<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _equalsWith( _
       ByVal a As T, _
       ByVal b As T _
    ) As Boolean
    public bool _equalsWith( 
       T a,
       T b
    )

    Parameters

    a
    b
    See Also